crypto/tls.clientHandshakeStateTLS13.ecdheKey (field)
8 uses
crypto/tls (current package)
handshake_client.go#L256: ecdheKey: ecdheKey,
handshake_client_tls13.go#L24: ecdheKey *ecdh.PrivateKey
handshake_client_tls13.go#L56: if hs.ecdheKey == nil || len(hs.hello.keyShares) != 1 {
handshake_client_tls13.go#L235: if sentID, _ := curveIDForCurve(hs.ecdheKey.Curve()); sentID == curveID {
handshake_client_tls13.go#L248: hs.ecdheKey = key
handshake_client_tls13.go#L336: if sentID, _ := curveIDForCurve(hs.ecdheKey.Curve()); hs.serverHello.serverShare.group != sentID {
handshake_client_tls13.go#L375: peerKey, err := hs.ecdheKey.Curve().NewPublicKey(hs.serverHello.serverShare.data)
handshake_client_tls13.go#L380: sharedKey, err := hs.ecdheKey.ECDH(peerKey)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |